home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '91 / '91 Attendee Contributions / Brian Fitzgerald's Stuff / cperf / Read Me First < prev   
Encoding:
Text File  |  1991-06-22  |  824 b   |  23 lines  |  [TEXT/KAHL]

  1. This is cperf, which is C translation of a C++ program called gperf written by
  2. Doug Schmidt at UC Irvine. I reworked it just a little bit in order to get it to
  3. compile under Think C and MPW C. The source for both is the same, and there is a
  4. Think C project and MPW make file included herein. RTFM for further details. Perfect
  5. hash functions are great, and are much better than anything else for certain kinds
  6. of lookups (static keyword searches).
  7.  
  8. There may be a future release that writes the data as a resource rather than a
  9. code file. Also, I just got Resorcerer and am thinking of making a FLTR that creates
  10. perfect hash tables directly from a list. Anyway, have fun
  11.  
  12.  
  13.     Brian Fitzgerald
  14.     HAL Labs
  15.     6/21/91
  16.     
  17.     AppleLink: D0366
  18.     GEnie: HAL Labs
  19.     CompuServe: 72250,3226
  20.     AOL: BFitz
  21.     BIX: bfitz 
  22.  
  23.